xen/evtchn: Fix build on ARM
authorJulien Grall <julien.grall@linaro.org>
Mon, 14 Oct 2013 22:19:37 +0000 (23:19 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 15 Oct 2013 09:24:29 +0000 (10:24 +0100)
commit720f45ad01b6a3af2d77fb8fe122d934bbadba47
tree37f39b1cbc455470e0a823b473eff715ce44c1c1
parent6ef823fdfa701b3659e4161520f43b5835338fb5
xen/evtchn: Fix build on ARM

The recent event channel changes introduced by commit a77eb86 and before...
break the compilation on Xen ARM. This commit adds missing includes in
common/event_fifo.c and include/xen/sched.h.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/event_fifo.c
xen/include/xen/sched.h